
		#mw-home .mwh-logo .mwh-logo-div img {
			width: 250px;
			height: auto;
		}
		.mw-buttons .btn-primary {
			background: #ffc400 !important;
		}
		img.img-cover {
			max-width: 100%;
			height: auto;
			display: flex;
			margin: auto;
		}
		table {
			width: 100%;
			border-collapse: collapse;
			margin-bottom: 1em;
		}
		th, td {
			border: 1px solid #3e8afa;
			padding: 10px;
			text-align: left;
		}
		th {
			background-color: #00909e;
		}
		.h3, h3 {
			font-size: 1.35rem;
		}
		strong {
			color: #ffc400;
		}
	